@media screen and (min-width:320px) and (max-width:767px) {
    body {
        background: #171b38;
    }

    .top {
        height: 60px;
    }

    .top-content {
        width: 96%;
        max-width: 100%;
        text-align: center;
    }

    .top-content .logo {
        display: block;
        width: 100%;
        height: 60px;
    }

    .top-content .top-r {
        font-size: 14px;
    }

    .top-content .top-menu {
        display: none;
    }

    .logo img {
        width: 220px;
        height: 50px;
    }

    .banner {
        width: 100vw;
        overflow: hidden;
    }

    .banner-content {
        width: 100%;
        height: 250px;
        top: 30%;
        left: 50%;
        text-align: center;
    }

    .banner-content a {
        width: 100px;
        line-height: 30px;
        border-radius: 10px;
    }

    .banner-content a:hover {
        display: block;
        width: 180px;
        line-height: 40px;
        margin: 0 auto;
        border-radius: 0px;
        text-align: center;
        background-color: #37af33;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        border: 2px solid #37af33;
    }

    .banner-content .btn {
        display: block;
        width: 180px;
        line-height: 40px;
        margin: 0 auto;
        border-radius: 0px;
        text-align: center;
        background-color: #37af33;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        border: 2px solid #37af33;
    }

    .banner-content .btn2 {
        display: none;
        width: 100px;
        line-height: 30px;
        border-radius: 15px;
        text-align: center;
        background-color: #07a8f0;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        border: 2px solid #07a8f0;
        box-sizing: border-box;
        margin-left: 20px;
    }

    .act-bg h1 {
        display: none;
        font-size: 18px;
        margin-top: 10px;
        margin-left: 5px;
    }

    .act-line {
        display: block;
        width: 100%;
        height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc
    }

    .act-bg-border {
        /* 设置边框大小和颜色 */
        border: 7px solid rgba(255, 255, 255, 0.1);
        /* 半透明白色边框 */
        /* 创建一个外阴影，模拟玻璃效果 */
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 1px rgba(255, 255, 255, 0.8);
        /* 背景颜色，可以是任何颜色，这里使用半透明白色 */
        background-color: #fff;
        /* 背景裁剪，防止背景延伸到边框外部 */
        background-clip: padding-box;
        /* 其他样式，如圆角 */
        border-radius: 10px;
    }

    /*.act-bg-border::after {
        content: '';
        position: absolute;
        top: 45%;
        left: 0px;
        width: 5px;
        height: 30px;
        background-color: #fff;
        opacity: 0.5;
        box-shadow: 0 0 10px #ffffff;  
      }*/

    .mySwiper2 {
        width: 100vw;
        overflow: hidden;
    }

    .mySwiper3 {
        width: 100vw;
        overflow: hidden;
    }

    .swiper-slide {
        font-size: 14px;
        height: 250px !important;
    }

    .swiper-slide2 {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        height: auto !important;
    }

    .swiper-slide3 {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        height: auto !important;
    }

    .footer-content {
        display: block;
        width: 96%;
    }

    .footer-l {
        width: 80px;
        font-size: 16px;
    }

    .barcode-content {
        width: 100%;
    }

    .act-bg {
        width: 90%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .act-bg .mobile-title {
        display: block;
        width: 100%;
        text-align: center;
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
    }

    .act-bg .act-content {
        width: 100%;
        height: auto;
        margin-top: 10px;
        padding-bottom: 10px;
        background: transparent;
    }

    .act-bg h2 {
        display: none;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .act-bg h3 {
        font-size: 9px;
        margin-left: 5px;
        display: none;
    }

    .act-content .act-content-l {
        display: none;
    }

    .act-content .act-content-r {
        flex: 1;
        padding: 30px 20px 10px 20px;
    }

    .act-content .act-content-r p {
        text-indent: 2em;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
    }

    .act-content .act-content-l img {
        width: 100px;
        height: 70px;
    }


    .sign-up {
        height: auto;
        padding-bottom: 10px;
        background: #f1f2f6;
    }

    .sign-up-title {
        width: 90%;
        line-height: 30px;
        font-size: 16px;
        border-radius: 30px;
        color: #fff;
        background-color: #171b38;
        text-align: center;
        box-shadow: 5px 5px 0 0 rgb(62, 186, 220);
        /*box-shadow: 5px 5px 0 0 rgb(255, 208, 0);*/
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .sign-up .sign-up-content {
        width: 100%;
        height: auto;
    }

    .sign-up-content img {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .sign-up-bg {
        display: none;
        width: 60%;
        height: 100%;
        top: 0px;
        right: 0;
    }

    .sign-fm {
        width: 90%;
        margin-top: 10px;
        height: auto;
        padding: 25px 25px;
        margin-bottom: 20px;
    }

    .sign-fm input {
        width: 180px;
        line-height: 25px;
        margin-left: 10px;
        font-size: 14px;
    }

    .yzm-btn {
        font-size: 14px;
        font-weight: 400;
    }

    .sign-fm .yzm {
        width: 60px !important;
    }

    .sign-fm .fm-btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .sign-fm p {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .sign-fm .fm-row {
        height: 50px;
        font-size: 14px;
        font-weight: 600;
    }

    .sign-fm .fm-row span {
        width: 90px;
    }

    .act-highlight-title {
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .act-highlight-img {
        width: 180px;
    }

    .act-highlight {
        height: auto;
        background-color: #fff;
    }

    .act-highlight .act-highlight-content {
        width: 96%;
        height: auto;
        display: block;
        border: 1px dashed #297dd5;
        border-radius: 20px;
    }

    .act-highlight .act-highlight-content .act-highlight-item {
        width: 90%;
        height: auto;
        margin-bottom: 0px;
        display: flex;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        padding: 15px 0px 15px 0px;
        border-bottom: 1px dashed #ccc;
        align-items: center;
        border-radius: 0;
    }

    .act-highlight .act-highlight-content .act-highlight-item .act-highlight-item-c {
        padding-left: 15px;
    }

    .act-highlight-item img {
        width: 150px;
        height: 120px;
        border-radius: 20px 20px 20px 20px;
    }

    .act-highlight-item h1 {
        font-size: 18px;
        margin-top: 5px;
        text-align: left;
    }

    .act-highlight-item p {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 5px 10px 5px;
    }

    .person {
        height: auto;
    }

    .person-content {
        width: 95%;
        height: auto;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .person-content h1 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .person-desc {
        width: 96%;
        height: auto;
    }

    .person .person-content .person-item {
        width: 90%;
        height: auto;
        margin-bottom: 15px;
        padding: 8px;
    }

    .person .person-content .person-item-l {
        font-size: 16px;
        line-height: 24px;
    }

    .person .person-content .person-item-r {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        font-size: 22px;
        font-weight: 600;
    }

    .guest {
        height: auto;
    }

    .guest-tip {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .margin-b-20 {
        margin-bottom: 20px !important;
    }

    .guest-content {
        width: 98%;
        height: auto;
        padding-bottom: 20px;
    }

    .guest-item {
        width: 43%;
        height: auto;
        margin-left: 13px;
        position: inherit;
    }

    .guest-name {
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 14px;

    }

    .guest-item {
        margin-bottom: 20px;
    }

    .guest-item:not(:nth-child(2n)) {
        margin-right: 11px;
    }

    .guest-item:not(:nth-child(4n)) {
        margin-right: 11px;
    }

    .guest-item img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border-radius: 5px 5px 0px 0px;
    }

    .guest-item .more {
        width: 100%;
        height: auto;
        padding-top: 10px
    }

    .guest-item .more h2 {
        color: #fff;
        padding-top: 5px;
        /*padding-bottom: 5px;*/
        font-size: 14px;
    }

    .guest-item h2 {
        font-size: 14px !important;
        line-height: 18px;
    }

    .guest-item p {
        font-size: 12px !important;
        padding: 5px;
        line-height: 16px;
    }

    .guest-item .more_btn {
        background-color: red;
        width: 100px;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
    }

    .exhibition {
        height: auto;
    }

    .exhibition-content {
        width: 100vw;
        overflow: hidden;
        height: auto;
        padding-bottom: 20px;
    }

    .exhibition h1 {
        font-size: 24px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .exhibition-item {
        width: 44%;
        height: auto;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .exhibition-item img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .exhibition-item p {
        font-size: 14px;
        margin-top: 0px;
    }

    .exhibition-item:not(:nth-child(2n)) {
        margin-right: 5px;
    }

    .exhibition-item:not(:nth-child(3n)) {
        margin-right: 5px;
    }

    .aboutus {
        width: 100%;
        height: auto;
        background: #171b38;
        margin-top: 10px;
    }

    .aboutus-content {
        width: 92%;
        height: 100%;
        background-color: #fff;
        border-radius: 6px;
    }

    .aboutus-content-l {
        display: none;
        width: 100px;
        height: 100%;
        min-height: 400px;
    }

    .aboutus-content-r-title {
        width: 55%;
        line-height: 30px;
        font-size: 18px;
        border-radius: 30px;
        color: #fff;
        background-color: #171b38;
        text-align: center;
        box-shadow: 5px 5px 0 0 rgb(0, 166, 192, 1);
        margin-top: 5px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .about-logo {
        width: 100px;
    }

    .aboutus-content-r {
        padding: 20px;
        height: auto;
        font-weight: 600;
    }

    .aboutus h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .aboutus h3 {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 600;
    }

    .aboutus h4 {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 600;
    }

    .aboutus p {
        font-size: 14px;
        line-height: 20px;
    }

    .barcode {
        height: auto;
        background: #171b38;
        margin-top: 30px;
    }

    .barcode-content {
        width: 92%;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #edf0f7;
    }

    .barcode-content img {
        width: 80px;
        height: 80px;
    }

    .barcode-content .barcode-item p {
        font-size: 16px;
        font-weight: 400;
    }

    .footer {
        width: 92%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer-l {
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

    .footer-r {
        font-size: 12px;
        line-height: 16px;
        color: #666;
    }

    .footer-b {
        font-size: 12px;

    }

    .footer-b a {
        color: #ccc;
    }

    .float-menu {
        position: fixed;
        right: 10px;
        bottom: 20px;
        width: 60px;
        height: 180px;
        display: none;
    }

    .float-menu img {
        width: 40px;
        height: 40px;
    }

    .float-menu p {
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none;
    }


    .preview-act {
        width: 92vw;
        background-color: #fff;
        background-size: auto 100%;
        border-radius: 5px;
    }

    .preview-act-content {
        width: 92vw;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: center;
        padding-bottom: 20px;
    }

    .preview-act-content .preview-act-item {
        width: calc(50% - 10px);
        /* 减去margin或padding的总和，确保不会溢出 */
        margin: 5px;
        line-height: 40px;
        border: 1px dashed #272b44;
        border-radius: 15px;
        text-align: center;
    }

    .preview-act-item {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        color: #272b44;
        font-size: 16px;
    }

    .preview-act-item:hover {
        background-color: #272b44;
        color: #fff;
        border-radius: 15px;
    }
}